dvips -Ppdf -G0 -o $@ $<
%.dvi: %.tex
- latex $*
- if [ -e $*.toc ] ; then latex $* ; fi
+ latex $* >/dev/null
+ if [ -e $*.toc ] ; then latex $* >/dev/null ; fi
%.eps: %.fig
fig2dev -L eps $< $@
tgif -print -color -eps $<
%.html: %.tex
- latex2html --split 0 --nonavigation --noinfo --math $<
+ latex2html --split 0 --nonavigation --noinfo --math $< 1>/dev/null 2>/dev/null
'nmi=fatal': Xen prints a diagnostic and then hangs. \\
'nmi=dom0': Inform DOM0 of the NMI. \\
'nmi=ignore': Ignore the NMI. \\
- [NB. Default is 'dom0' ('fatal' for debug builds).] \\
{\bf dom0\_mem=xxx } \\
Set the maximum amount of memory for domain0. \\